home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Graphics / Viewers / ViewGif2 / Makefile < prev    next >
Makefile  |  1992-12-25  |  1KB  |  53 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = ViewGif2
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = ViewGifApp.tiff
  16. DOCICONS = ViewGifDoc.tiff ViewGifDoc.tiff
  17.  
  18. GLOBAL_RESOURCES = ActivateMenu.nib DecodeGIF.nib FileQueue.nib \
  19.                    ViewGif2.nib
  20.  
  21. CLASSES = ActivateMenu.m Animator.m Controller.m DecodeGIF.m FileQueue.m \
  22.           ViewBitmap.m
  23.  
  24. HFILES = ActivateMenu.h Animator.h Controller.h DecodeGIF.h FileQueue.h \
  25.          ViewBitmap.h
  26.  
  27. MFILES = ViewGif2_main.m
  28.  
  29. CFILES = LZWDecoder.c
  30.  
  31.  
  32.  
  33. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  34. INSTALLDIR = $(HOME)/Apps
  35. INSTALLFLAGS = -c -s -m 755
  36. SOURCEMODE = 444
  37.  
  38. ICONSECTIONS =    -sectcreate __ICON app ViewGifApp.tiff \
  39.         -sectcreate __ICON ViewGifDoc ViewGifDoc.tiff
  40.  
  41. LIBS = -lMedia_s -lNeXT_s
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. -include Makefile.preamble
  47.  
  48. include $(MAKEFILEDIR)/app.make
  49.  
  50. -include Makefile.postamble
  51.  
  52. -include Makefile.dependencies
  53.